home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / msgq160s.arc / EXECSWAP.H < prev    next >
Text File  |  1991-10-26  |  445b  |  16 lines

  1. /*
  2.  * Execswap.h
  3.  */
  4.  
  5. /*
  6.  * path is the name to swap to as a Pascal string
  7.  * cmdstr is the command line as a Pascal string
  8.  */
  9.  
  10. unsigned int pascal ExecWithSwap(char far *path, char far *cmdstr);
  11. unsigned char pascal InitExecSwap(void far *lasttosave, char far *swapfilename);
  12. void pascal ShutdownExecSwap(void);
  13. long pascal BytesSwapped(void);
  14. unsigned char pascal EmsAllocated(void);
  15. unsigned char pascal FileAllocated(void);
  16.